func runtime.fatal

31 uses

	runtime (current package)
		chan.go#L194: 		fatal("send on synctest channel from outside bubble")
		chan.go#L321: 		fatal("send on synctest channel from outside bubble")
		chan.go#L419: 		fatal("close of synctest channel from outside bubble")
		chan.go#L541: 		fatal("receive on synctest channel from outside bubble")
		chan.go#L705: 		fatal("receive on synctest channel from outside bubble")
		os_linux.go#L905: 		fatal("AllThreadsSyscall6 results differ between threads; runtime corrupted")
		panic.go#L1161: 	fatal(s)
		panic.go#L1166: 	fatal(s)
		panic.go#L1171: 	fatal(s)
		panic.go#L1176: 	fatal(s)
		panic.go#L1181: 	fatal(s)
		panic.go#L1191: 	fatal(s)
		panic.go#L1241: func fatal(s string) {
		proc.go#L2693: 		fatal("bindm in unexpected GOOS")
		proc.go#L2697: 		fatal("the current g is not g0")
		proc.go#L5315: 		fatal("go of nil func value")
		proc.go#L6426: 		fatal("no goroutines (main called runtime.Goexit) - deadlock!")
		proc.go#L6468: 	fatal("all goroutines are asleep - deadlock!")
		rand.go#L41: 		fatal("randinit twice")
		rand.go#L124: 		fatal("randinit missed")
		rand.go#L140: 		fatal("randinit missed")
		select.go#L181: 				fatal("select on synctest channel from outside bubble")
		sema.go#L658: 			fatal("semaphore wake of synctest goroutine from outside bubble")
		sema.go#L715: 				fatal("semaphore wake of synctest goroutine from outside bubble")
		symtab.go#L736: 			fatal("unexpected multiple text sections on Wasm")
		synctest.go#L97: 		fatal("total < 0")
		synctest.go#L100: 		fatal("running < 0")
		time.go#L418: 		fatal("stop of synctest timer from outside bubble")
		time.go#L433: 		fatal("reset of synctest timer from outside bubble")
		time.go#L1445: 		fatal("synctest timer accessed from outside bubble")
		time.go#L1478: 		fatal("synctest timer accessed from outside bubble")